home *** CD-ROM | disk | FTP | other *** search
/ European High School Girl / European High School Girl.iso / pc / prg / katja.dxr / 00101_StartMovie.ls < prev    next >
Encoding:
Text File  |  1996-03-08  |  442 b   |  19 lines

  1. global no_cat, autoflg, framecnt, soundflg, max
  2.  
  3. on startMovie
  4.   puppetTempo(120)
  5.   set the timeoutLength to 2 * 60
  6.   set autoflg to 0
  7.   set framecnt to 1
  8.   set max to 20
  9.   set no_cat to ["5", "9", "13", "17", "21", "25", "29", "5", "9", "33", "37", "13", "17", "21", "25", "41", "45", "49", "53", "57"]
  10.   if the colorDepth <= 8 then
  11.     go("S08")
  12.   else
  13.     go("S16")
  14.   end if
  15.   if soundflg = 1 then
  16.     puppetSound("KATJ.AIF")
  17.   end if
  18. end
  19.